Description
Retrieve Nuxeo principal and export it as a DocumentModel, if login parameter is not set the Operation will return informations about the current user, otherwise Directory Administration rights are required.
Operation id | User.Get |
Aliases | NuxeoPrincipal.Get
|
Category | Users & Groups |
Label | Get Nuxeo Principal |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "User.Get",
"aliases" : [ "NuxeoPrincipal.Get" ],
"label" : "Get Nuxeo Principal",
"category" : "Users & Groups",
"requires" : null,
"description" : "Retrieve Nuxeo principal and export it as a DocumentModel, if login parameter is not set the Operation will return informations about the current user, otherwise Directory Administration rights are required.",
"url" : "User.Get",
"signature" : [ "void", "document" ],
"params" : [ {
"name" : "login",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}